Skip to content

build: update cross-repo angular dependencies #30674

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Jul 8, 2025

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies digest fc82106 -> b6b108b
@angular/animations (source) devDependencies minor 20.1.0-rc.0 -> 20.2.0-next.0
@angular/cdk dependencies digest 56af0b6 -> ff83a1e
@angular/common dependencies digest 1818dae -> 2c0dd5a
@angular/common (source) peerDependencies minor ^20.1.0-next -> ^20.2.0-next
@angular/common (source) devDependencies minor 20.1.0-rc.0 -> 20.2.0-next.0
@angular/compiler dependencies digest 0f4bc23 -> 152fc6b
@angular/compiler (source) devDependencies minor 20.1.0-rc.0 -> 20.2.0-next.0
@angular/compiler-cli dependencies digest 58b555e -> e2863f4
@angular/compiler-cli (source) devDependencies minor 20.1.0-rc.0 -> 20.2.0-next.0
@angular/core dependencies digest 80e37f6 -> 1c404f9
@angular/core (source) peerDependencies minor ^20.1.0-next -> ^20.2.0-next
@angular/core (source) devDependencies minor 20.1.0-rc.0 -> 20.2.0-next.0
@angular/forms dependencies digest 6824fef -> 0c5c746
@angular/forms (source) devDependencies minor 20.1.0-rc.0 -> 20.2.0-next.0
@angular/language-service dependencies digest 8d1f240 -> a2c8ca4
@angular/localize dependencies digest 9907b42 -> 9d5f4bd
@angular/localize devDependencies minor 20.1.0-rc.0 -> 20.2.0-next.0
@angular/material dependencies digest 2d19735 -> 535bc4a
@angular/material-moment-adapter dependencies digest cd52e9e -> 382677f
@angular/ng-dev devDependencies digest 800f6e7 -> 7cdb4cc
@angular/platform-browser dependencies digest 87cb8f8 -> 8fc5a1f
@angular/platform-browser (source) devDependencies minor 20.1.0-rc.0 -> 20.2.0-next.0
@angular/platform-browser-dynamic dependencies digest e65283b -> 8318bd1
@angular/platform-server dependencies digest 9130511 -> f85db3c
@angular/platform-server (source) devDependencies minor 20.1.0-rc.0 -> 20.2.0-next.0
@angular/router dependencies digest acb79af -> 24290d2
@angular/router (source) devDependencies minor 20.1.0-rc.0 -> 20.2.0-next.0
@angular/service-worker dependencies digest 884d34e -> 389ea56
@angular/service-worker (source) devDependencies minor 20.1.0-rc.0 -> 20.2.0-next.0
angular/dev-infra action digest 6f54d14 -> b1fcd6b
devinfra git_repository digest 6f54d14 -> b1fcd6b

🔡 If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


Release Notes

angular/angular (@​angular/animations)

v20.2.0-next.0

Compare Source

http
Commit Type Description
1cf9d9064c feat Add support for fetch referrer & integrity options in HttpClient (#​62417)

v20.1.0

Compare Source

common
Commit Type Description
58aedc37d1 feat add support for a custom EnvironmentInjector to NgComponentOutlet directive (#​54764)
ef10aa4005 feat support decoding in NgOptimizedImage (#​61905)
compiler
Commit Type Description
0dcf230d52 feat add support for new binary assignment operators (#​62064)
5a76826d26 fix only report parser errors on invalid expression (#​61793)
089ad0ee15 fix produce more accurate errors for interpolations (#​62258)
e9fcbb8af1 fix remove TypeScript from linker (#​61618)
compiler-cli
Commit Type Description
e62fb359d6 feat add experimental support for fast type declaration emission (#​61334)
0cf1001715 feat support host directives with direct external references in fast type declaration emission (#​61469)
b7ab5fa256 fix add signal checks to handle negated calls (#​59970)
77fa204ad1 fix rename flag for enabling fast type declaration emission (#​61353)
c439d6938d fix symbol builder duplicating host directives (#​61240)
3e1baa5a95 fix typo in NG2026 message (#​61325)
core
Commit Type Description
8163a8995e feat Add destroyed property on DestroyRef (#​61849)
737b35b684 feat Add destroyed property to EnvironmentInjector (#​61951)
2e0c98bd3f feat support bindings in TestBed (#​62040)
4356e85456 fix fakeAsync should not depend on module import order (#​61375)
8424b3bcd5 fix Fixes template outlet hydration (#​61989)
583b9a7be5 fix missing useExisting providers throwing for optional calls (#​61137)
8f65223bd8 fix update min Node.js support to 20.19, 22.12, and 24.0 (#​61499)
b785256b9e perf avoid intermediate arrays in definition (#​61445)
56769de4d8 perf move property remapping for dom properties to compiler (#​62421)
forms
Commit Type Description
610bebfce9 fix Allow ControlState as reset arguments for FormGroup/FormRecord (#​55860)
4f0221e193 fix improve select performance (#​61949)
http
Commit Type Description
55fa38a1e5 feat add cache & priority support for fetch requests in httpResource (#​62301)
b6ef42843c feat add credentials support for fetch requests in httpResource (#​62390)
73269cf5ce feat add keepalive support for fetch requests in httpResource (#​61833)
27b7ec0a62 feat add mode & redirect for fetch request in httpResource (#​62337)
f0965c7acd feat Add support for fetch credentials options in HttpClient (#​62354)
87322449a3 feat add support for fetch mode and redirect options in HttpClient (#​62315)
9791ab1b6f feat Add support for fetch request cache and priority options (#​61766)
aa861c42ff feat add timeout option on httpResource. (#​62326)
c4cffe2063 feat Add timeout option to HTTP requests (#​57194)
cfbbb08437 feat add warning when withCredentials overrides explicit credentials (#​62383)
language-service
Commit Type Description
20c1f991e6 feat add semantic tokens for templates (#​60260)
cf55d1bdd4 feat Support importing the external module's export about the angular metadata. (#​61122)
5d2e85920e feat support to fix missing required inputs diagnostic (#​50911)
router
Commit Type Description
9833d9ea47 feat Run loadComponent and loadChildren functions in the route's injection context (#​62133)
service-worker
Commit Type Description
c67dbda8ff feat support notification closes (#​61442)
6e1df54799 feat support push subscription changes (#​61856)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project labels Jul 8, 2025
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 19 times, most recently from 781eb0d to f186820 Compare July 10, 2025 21:04
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from f186820 to d193b69 Compare July 10, 2025 22:37
@alan-agius4 alan-agius4 added the target: minor This PR is targeted for the next minor release label Jul 11, 2025
@alan-agius4 alan-agius4 merged commit 86a86ea into angular:main Jul 11, 2025
40 of 41 checks passed
@alan-agius4 alan-agius4 deleted the ng-renovate/cross-repo-angular-dependencies branch July 11, 2025 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants